home *** CD-ROM | disk | FTP | other *** search
/ Micromanía: 150 Juegos 2010 / 150Juegos_16.iso / Shareware / Shape Smash / shape-smash.swf / scripts / Code / LIB / animators / _do643.as < prev    next >
Encoding:
Text File  |  2010-05-14  |  506 b   |  30 lines

  1. package Code.LIB.animators
  2. {
  3.    import Code.LIB._be548;
  4.    
  5.    public class _do643
  6.    {
  7.       protected var target:_be548;
  8.       
  9.       public function _do643(param1:_be548)
  10.       {
  11.          super();
  12.          target = param1;
  13.       }
  14.       
  15.       public function animate(param1:Object = null) : void
  16.       {
  17.       }
  18.       
  19.       public function onEnterFrame() : void
  20.       {
  21.       }
  22.       
  23.       public function _kx70() : Boolean
  24.       {
  25.          return false;
  26.       }
  27.    }
  28. }
  29.  
  30.